records

records

Active filters Clear all

No active filters

Filters

Résultats du référendum 2018

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Commune
               

No description available for this field.

Name (identifier)
commune
Type
text
Sample
                       
N° BV
Numéro de bureau de vote

No description available for this field.

Name (identifier)
num_bv
Type
text
Sample
                       
BV
Bureau de vote

No description available for this field.

Name (identifier)
bv
Type
text
Sample
                       
Inscrits
               

No description available for this field.

Name (identifier)
inscrits
Type
decimal
Sample
                       
Votants
               

No description available for this field.

Name (identifier)
votants
Type
decimal
Sample
                       
Abstention
               

No description available for this field.

Name (identifier)
abstention
Type
integer
Sample
                       
Nuls
               

No description available for this field.

Name (identifier)
nuls
Type
integer
Sample
                       
Blancs
               

No description available for this field.

Name (identifier)
blancs
Type
integer
Sample
                       
Exprimés
               

No description available for this field.

Name (identifier)
exprimes
Type
integer
Sample
                       
OUI
               

No description available for this field.

Name (identifier)
oui
Type
integer
Sample
                       
NON
               

No description available for this field.

Name (identifier)
non
Type
integer
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"referendum-2018",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/referendum-2018"
      }
    ]
    ,
  • "definitions":
    {
    • "referendum-2018":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/referendum-2018_records"
            }
          }
        }
      }
      ,
    • "referendum-2018_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "commune":
              {
              • "type":"string",
              • "title":"Commune",
              • "description":""
              }
              ,
            • "num_bv":
              {
              • "type":"string",
              • "title":"N° BV",
              • "description":"Numéro de bureau de vote"
              }
              ,
            • "bv":
              {
              • "type":"string",
              • "title":"BV",
              • "description":"Bureau de vote"
              }
              ,
            • "inscrits":
              {
              • "type":"number",
              • "title":"Inscrits",
              • "description":""
              }
              ,
            • "votants":
              {
              • "type":"number",
              • "title":"Votants",
              • "description":""
              }
              ,
            • "abstention":
              {
              • "type":"integer",
              • "title":"Abstention",
              • "description":""
              }
              ,
            • "nuls":
              {
              • "type":"integer",
              • "title":"Nuls",
              • "description":""
              }
              ,
            • "blancs":
              {
              • "type":"integer",
              • "title":"Blancs",
              • "description":""
              }
              ,
            • "exprimes":
              {
              • "type":"integer",
              • "title":"Exprimés",
              • "description":""
              }
              ,
            • "oui":
              {
              • "type":"integer",
              • "title":"OUI",
              • "description":""
              }
              ,
            • "non":
              {
              • "type":"integer",
              • "title":"NON",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets